mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
[montilang/en] Fix typos (#5041)
This commit is contained in:
parent
877dc56ed5
commit
71cb7df1d6
@ -93,7 +93,7 @@ the string is used as an input prompt #/
|
|||||||
|
|
||||||
/# FOR loops have the syntax 'FOR [condition] [commands] ENDFOR' At the moment, [condition] can
|
/# FOR loops have the syntax 'FOR [condition] [commands] ENDFOR' At the moment, [condition] can
|
||||||
only have the value of an integer. Either by using an integer, or a variable call to an integer.
|
only have the value of an integer. Either by using an integer, or a variable call to an integer.
|
||||||
[commands] will be interpereted the amount of time specified in [condition] #/
|
[commands] will be interpreted the amount of time specified in [condition] #/
|
||||||
/# E.G: this prints out 1 to 10 #/
|
/# E.G: this prints out 1 to 10 #/
|
||||||
|
|
||||||
1 VAR a .
|
1 VAR a .
|
||||||
@ -153,7 +153,7 @@ DEF printseven
|
|||||||
ENDFOR
|
ENDFOR
|
||||||
ENDDEF
|
ENDDEF
|
||||||
|
|
||||||
/# to run the defined statement, simply type it and it will be run by the interpereter #/
|
/# to run the defined statement, simply type it and it will be run by the interpreter #/
|
||||||
|
|
||||||
printseven
|
printseven
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user