| 12345678910111213 | Trivial Node.js example in Amber. To compile execute:	grunt amberc:helloHello.st - source code.hello    - trivial bash script to run resulting program.Hello.js - compiled from Hello.st.Program.js - compile from Hello.st and includes Amber, can run from node.To compile and run.	grunt amberc:hello	./hello
 |