Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
Equal to the literal "down"
.
if the mouse is down then exit repeat
Equal to the literal ""
(the null string)
if it is empty then exit askTheUser
The opposite of true
; equal to the literal "false"
if the hilite of button 1 is false then mark this card
Equal to numToChar(12)
, which starts a new page in some file formats.
write formFeed to file "My Info"
Equal to numToChar(10)
, which starts a new line in some file formats.
write lineFeed to file "My Info"
Equal to the mathematical value pi to 20 decimal places:
3.14159265358979323846
Equal to the double quotation mark character:"
get "stack" && quote & "Home" & quote --it now contains the string: stack "Home" go it
Equal to numToChar(13)
.
put return after field 1
write return & return to file "Data"
Equal to numToChar(32)
or the literal " "
.
if theCharacter is space
then exit checkActiveText
Equal to numToChar(9)
.
write tab to file "My Info"
The opposite of false
; equal to the literal "true"
.
if the hilite of button 1 is true
then unmark this card
Equal to the literal "up"
.
if the mouse is up then exit repeat
Equal to the numbers 0 through 10.
go card one
Equal to the character ","
(numToChar = 44
)
read from file "Data" until comma
Equal to the character ":"
(numToChar = 58
)
set the itemDelimiter to colon
Operators and constants
Version 0.7b1 (March 24, 2022)