GodMode9/data/echotest.gm9

19 lines
253 B
Plaintext
Raw Normal View History

# line 1: bad # of args
echo -o "#"
# This works.
echo "check #"
# The % symbol disappears.
echo "%"
echo "check %"
# error message fail
echo "-"
# This works.
echo "check -"
# Probably not bug. Syntax abuse but adding it here anyway.
bkpt
echo """