I've seen Hello World and even written it a few times in many programming languages, so for fun, wanted to translate the exercise into everybody's favorite shoe string FG Engine!
The gist is a Helper recursively loops into its own state, using fvar(0) as an index into the "String Table", where each value corresponds to a letter or digit, so 0 is 0, 10 is A, 11 is B, you get the idea. When it reads -2, that indicates that the string has ended. Wrote a little Python script to help make things easier
Here's the code for anybody interested
https://github.com/Yoshin2222/Hello-W...