Skip to content

Commit 9be583f

Browse files
committed
DOC: fix stray quote
1 parent ebcad61 commit 9be583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/sbasic_ref.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Language,keyword,SUB,657,"SUB foo (a, b)","Declare a sub procedure. Sub's do not
149149
Language,keyword,THEN,658,"THEN","foo = 1: if foo==1 THEN: ? ""one"": fi"
150150
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."
151151
Language,keyword,UNTIL,660,"UNTIL","a = 0: repeat: a++: ? a: UNTIL a = 10"
152-
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."
152+
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."
153153
Language,operator,AND,662,"a AND b","Logical AND. Right side is not evaluated if left side evaluates to False."
154154
Language,operator,BAND,663,"a BAND b","Bitwise AND."
155155
Language,operator,BOR,664,"a BOR b","Bitwise OR."

0 commit comments

Comments
 (0)