riju/langs/gnuplot.yaml

21 lines
226 B
YAML

id: "gnuplot"
name: "Gnuplot"
repl: |
gnuplot
input: |
print 123 * 234
main: "main.gnuplot"
template: |
print "Hello, world!"
run: |
gnuplot main.gnuplot -
scope:
code: |
x = 123 * 234
input: |
print x