0
0

✏️ fix typo programm

This commit is contained in:
DrMaxNix 2022-09-08 14:06:46 +02:00
parent 5a5710db02
commit 0623725f1f

View File

@ -180,11 +180,11 @@ myfunction1 42 $test
## RETURN, END, ETC. ##
# halt the programm
# halt the program
halt
# return from function to parent scope
# halt programm in root scope
# halt program in root scope
exit|return|end