Skip to content

HelloWorld

hyst329 edited this page Oct 24, 2014 · 1 revision

Hello World! in F4

Because there isn't a string type in F4 yet, so it is not possible to write a classical "Hello World" program. But you can create an integer variable and output its value to the console:

int n = 42
out n

Of course, this will output 42.

Clone this wiki locally