learngs2:helloworld

This is an old revision of the document!


Whenever you learn a new language, the first step is often to perform what is known as a “Hello World”: it's a simple script that just prints out that statement but it confirms your environment has been set up. We can use this to test that your RC access has been setup and you know what to go.

The code looks like this. Don't worry if you don't understand what any of these lines mean right now: we will come back to that!

function onCreated() {
  echo("Hello, world!");
}
  • learngs2/helloworld.1654741408.txt.gz
  • Last modified: 2022/06/09 02:23
  • by twinny