You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console,command,CLS,524,"CLS ","Clears the screen."
25
25
Console,command,DOFORM,525,"DOFORM FLAG|VAR","Runs the form created with the BUTTON and TEXT commands. Must be called from within a loop to keep the form active. Pass a control variable to receive the value of the selected or clicked form control. Pass 0 to close the form."
26
26
Console,command,HTML,526,"HTML, [title,] [x,y,w,h]","Display HTML text."
27
-
Console,command,INPUT,527,"INPUT [prompt,|;] var[, var [, ...]]","Reads from "keyboard" text and stores it to a variable."
27
+
Console,command,INPUT,527,"INPUT [prompt,|;] var[, var [, ...]]","Reads from ""keyboard"" text and stores it to a variable."
28
28
Console,command,LINEINPUT,528,"LINEINPUT [#fileN] var","Reads a whole text line from file or console."
29
29
Console,command,LINPUT,529,"LINPUT [#fileN] var","Reads a whole text line from file or console."
30
30
Console,command,LOCATE,530,"LOCATE y, x","Moves the console cursor to the specified position. x,y are in character cells."
@@ -69,10 +69,10 @@ Data,statement,ERASE,571,"ERASE var[, var[, ... var]]","Deallocates the memory u
69
69
Data,statement,RESTORE,572,"RESTORE label","Specifies the position of the next data to be read."
70
70
Date,command,DATEDMY,573,"DATEDMY dmy| julian_date, BYREF d, BYREF m, BYREF y","Returns the day, month and the year as integers."
71
71
Date,command,TIMEHMS,574,"TIMEHMS hms| timer, BYREF h, BYREF m, BYREF s","Converts a time-value to hours, minutes and seconds integer values."
72
-
Date,function,DATE,575,"DATE","Returns the current date as string "DD/MM/YYYY"."
72
+
Date,function,DATE,575,"DATE","Returns the current date as string ""DD/MM/YYYY""."
73
73
Date,function,DATEFMT,576,"DATEFMT (format, dmy| (d,m,y)| julian_date)","Returns formated date string."
74
74
Date,function,JULIAN,577,"JULIAN (dmy| (d,m,y))","Returns the Julian date. (dates must be greater than 1/1/100 AD)."
75
-
Date,function,TIME,578,"TIME","Returns the current time as string "HH:MM:SS"."
75
+
Date,function,TIME,578,"TIME","Returns the current time as string ""HH:MM:SS""."
76
76
Date,function,WEEKDAY,579,"WEEKDAY (dmy| (d,m,y)| julian_date)","Returns the day of the week (0 = Sunday)."
77
77
File,command,ACCESS,580,"ACCESS (file)","Returns the access rights of the file."
78
78
Data,command,APPEND,581,"APPEND a, val [, val [, ...]]","Inserts the values at the end of the specified array."
@@ -82,14 +82,14 @@ File,command,BSAVE,584,"BSAVE filename, address, length","Copies a specified por
82
82
File,command,CHDIR,585,"CHDIR dir","Changes the current working directory. Not supported on PalmOS version."
83
83
File,command,CHMOD,586,"CHMOD file, mode","Change permissions of a file. See also ACCESS."
84
84
File,command,CLOSE,587,"CLOSE #fileN","Close a file or device."
85
-
File,command,COPY,588,"COPY "file", "newfile"","Makes a copy of specified file to the 'newfile'."
85
+
File,command,COPY,588,"COPY ""file"", ""newfile""","Makes a copy of specified file to the 'newfile'."
86
86
File,command,DIRWALK,589,"DIRWALK directory [, wildcards] [USE ...]","Walk through the specified directories. The user-defined function must returns zero to stop the process."
87
87
File,command,INPUT,590,"INPUT #fileN; var1 [,delim] [, var2 [,delim]] ...","Reads data from file."
88
-
File,command,KILL,591,"KILL "file"","Deletes the specified file."
88
+
File,command,KILL,591,"KILL ""file""","Deletes the specified file."
89
89
File,command,LOCK,592,"LOCK","Lock a record or an area (not yet implemented)."
90
90
File,command,MKDIR,593,"MKDIR dir","Create a directory. Not supported on PalmOS version."
91
91
File,command,OPEN,594,"OPEN file [FOR {INPUT|OUTPUT|APPEND}] AS #fileN","Makes a file or device available for sequential input, sequential output."
92
-
File,command,RENAME,595,"RENAME "file", "newname"","Renames the specified file."
92
+
File,command,RENAME,595,"RENAME ""file"", ""newname""","Renames the specified file."
93
93
File,command,RMDIR,596,"RMDIR dir","Removes a directory. Not supported on PalmOS version."
94
94
File,command,SEEK,597,"SEEK #fileN; pos","Sets file position for the next read/write."
95
95
File,command,TLOAD,598,"TLOAD file, BYREF var [, type]","Loads a text file into array variable. Each text-line is an array element. type 0 = load into array (default), 1 = load into string."
Graphics,command,CHART,612,"CHART LINECHART|BARCHART, array() [, style [, x1, y1, x2, y2]]","Draws a chart of array values in the rectangular area x1,y1,x2,y2. Styles: 0 = simple, 1 = with-marks, 2 = with ruler, 3 = with marks and ruler."
110
110
Graphics,command,CIRCLE,613,"CIRCLE [STEP] x,y,r [,aspect [, color]] [COLOR color] [FILLED]","Draws a circle (or an ellipse if the aspect is specified)."
111
111
Graphics,command,COLOR,614,"COLOR foreground-color [, background-color]","Specifies the foreground and background colors."
112
-
Graphics,command,DRAW,615,"DRAW "commands"","Draw lines as specified by the given directional commands. "
112
+
Graphics,command,DRAW,615,"DRAW ""commands""","Draw lines as specified by the given directional commands. "
Graphics,command,IMAGE,617,"IMAGE #handle, index, x, y [,sx,sy [,w,h]]","Display a graphical image."
115
115
Graphics,command,LINE,618,"LINE [STEP] x,y [,|STEP x2,y2] [, color| COLOR color]","Draws a line."
@@ -118,7 +118,7 @@ Graphics,command,PLOT,620,"PLOT xmin, xmax USE f(x)","Graph of f(x)."
118
118
Graphics,command,PSET,621,"PSET [STEP] x,y [, color| COLOR color]","Draw a pixel."
119
119
Graphics,command,RECT,622,"RECT [STEP] x,y [,|STEP x2,y2] [, color| COLOR color] [FILLED]","Draws a rectangular parallelogram."
120
120
Graphics,command,VIEW,623,"VIEW [x1,y1,x2,y2 [,color [,border-color]]]","Defines a viewport. The viewport defined by VIEW is disabled by a VIEW command with no parameters."
121
-
Graphics,command,WINDOW,624,"WINDOW [x1,y1,x2,y2]","The WINDOW command allows you to redefine the corners of the display screen as a pair of "world" coordinates."
121
+
Graphics,command,WINDOW,624,"WINDOW [x1,y1,x2,y2]","The WINDOW command allows you to redefine the corners of the display screen as a pair of ""world"" coordinates."
122
122
Graphics,function,IMAGEH,625,"IMAGEH #handle, index","Returns the height of the image in pixels."
123
123
Graphics,function,IMAGEW,626,"IMAGEW #handle, index","Returns the width of the image in pixels."
124
124
Graphics,function,PEN,627,"PEN (0..14)","Returns the PEN/MOUSE data."
@@ -129,18 +129,18 @@ Graphics,function,TEXTHEIGHT,631,"TEXTHEIGHT (s)","Returns the text height of st
129
129
Graphics,function,TEXTWIDTH,632,"TEXTWIDTH (s)","Returns the text width of string s in pixels. See TXTW."
130
130
Graphics,function,TXTH,633,"TXTH (s)","Returns the text height of string s in pixels. See TEXTHEIGHT."
131
131
Graphics,function,TXTW,634,"TXTW (s)","Returns the text width of string s in pixels. See TEXTWIDTH."
132
-
Graphics,function,XPOS,635,"XPOS","Returns the current X position of the cursor in "characters"."
133
-
Graphics,function,YPOS,636,"YPOS","Returns the current Y position of the cursor in "characters"."
132
+
Graphics,function,XPOS,635,"XPOS","Returns the current X position of the cursor in ""characters""."
133
+
Graphics,function,YPOS,636,"YPOS","Returns the current Y position of the cursor in ""characters""."
134
134
Language,command,CALL,637,"CALL (fp)","Invoke a sub or func by address pointer."
135
-
Language,function,IFF,638,"IFF expr","Inline version of IF. eg, animal = "cat": fur = IFF( animal = "cat", "yes", "no"): ? fur"
135
+
Language,function,IFF,638,"IFF expr","Inline version of IF. eg, animal = ""cat"": fur = IFF( animal = ""cat"", ""yes"", ""no""): ? fur"
136
136
Language,keyword,BYREF,639,"BYREF","Sub/func argument declaration. Changes to the variable will be passed back to the caller. Equivalent syntax to the @ character."
137
137
Language,keyword,CASE,640,"CASE expr","Branch condition for a SELECT statement."
138
138
Language,keyword,DEF,641,"DEF name[(par1[,...])] = expression","Defines a single line function. eg, DEF MySin(x) = SIN(x): ? MySin(pi/2)"
139
139
Language,keyword,DO,642,"DO","FOR f IN files("*.txt") DO PRINT f"
Language,keyword,ENDIF,646,"ENDIF","foo = 1: if foo==1: ? ""one"": ENDIF"
144
144
Language,keyword,EXEC,647,"EXEC file","Transfers control to another operating system program."
145
145
Language,keyword,EXIT,648,"EXIT [FOR|LOOP|SUB|FUNC]","Exits a multi line function definition, a loop, or a subprogram. By default (if no parameter is specified) exits from last command block (loop, for-loop or routine)."
146
146
Language,keyword,EXPORT,649,"EXPORT thing","Export a SUB, FUNC or variable from a UNIT to be used by the unit consumer."
Language,keyword,SELECT,655,"SELECT CASE expr","Perform multiple tests on the expression. Offers a more concise syntax to writing successive IF tests."
153
153
Language,keyword,STOP,656,"STOP [error]","Terminates execution of a program, closes all files opened by the program, and returns control to the operating system."
154
154
Language,keyword,SUB,657,"SUB foo (a, b)","Declare a sub procedure. Sub's do not return a value but can return argument values when declared as BYREF."
155
-
Language,keyword,THEN,658,"THEN","foo = 1: if foo==1 THEN: ? "one": fi"
155
+
Language,keyword,THEN,658,"THEN","foo = 1: if foo==1 THEN: ? ""one"": fi"
156
156
Language,keyword,UNIT,659,"UNIT name","Units are a set of procedures, functions and/or variables that can be used by another program or unit."
157
157
Language,keyword,UNTIL,660,"UNTIL","a = 0: repeat: a++: ? a: UNTIL a = 10"
158
158
Language,keyword,USE,661,"USE","Used with various commands for passing a user-defined expression. eg SPLIT s," ",v USE TRIM(x). Trim each element of v."
System,command,TRON,814,"TRON","When trace mechanism is ON, displays each line number as the program is executed."
292
292
System,function,ENV,815,"ENV expr","See ENVIRON."
293
-
System,function,ENVIRON,816,"ENVIRON expr","Returns the value of a specified entry in the current environment table. If the parameter is empty ("") then returns an array of the environment variables (in var=value form)."
293
+
System,function,ENVIRON,816,"ENVIRON expr","Returns the value of a specified entry in the current environment table. If the parameter is empty ("""") then returns an array of the environment variables (in var=value form)."
294
294
System,function,PROGLINE,817,"PROGLINE","Returns the current program line number."
295
295
System,function,RUN,818,"RUN cmdstr","Loads a secondary copy of system's shell and, executes an program, or an shell command."
296
296
System,function,TICKS,819,"TICKS","Returns the system-ticks. The tick value is depended on operating system."
0 commit comments