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
starta --help among other information gives a "hello world" example for --execute command line option:
andrius@amalas:~/debian-packages/starta$ starta --help
Compile and run an SLC program
<skipped for brevity>
Options:
-c, --compile-only Only compile a program, do not run it.
-e, --execute '. 1' Execute a Starta program.
<skipped for brevity>
However, starta -e '. 1' does not work:
andrius@amalas:~/debian-packages/starta$ starta -e '. 1'
starta: -e (1,3): ERROR, type with empty suffix is not defined in this scope for types of kind 'integer'
. 1
^
starta: -e (1,3): ERROR, not enough values on the stack for unary operator '.'
. 1
^
starta: 2 error(s) detected
The text was updated successfully, but these errors were encountered:
starta --help
among other information gives a "hello world" example for--execute
command line option:However,
starta -e '. 1'
does not work:The text was updated successfully, but these errors were encountered: