duckscript/examples/print.ds
Sagie Gur-Ari 6249efda49
0.1.0 (#1)
initial
2019-12-30 12:45:28 +02:00

7 lines
180 B
Plaintext

# this will print "hello world during script execution"
echo hello world during script execution
# this will print "hello world during parsing"
!print hello world during parsing