1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

[montilang/en] Fix typos (#5041)

This commit is contained in:
Jan Knobloch
2024-08-21 14:39:58 +02:00
committed by GitHub
parent 877dc56ed5
commit 71cb7df1d6

View File

@@ -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
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 #/
1 VAR a .
@@ -153,7 +153,7 @@ DEF printseven
ENDFOR
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