Flowscript
About TGE's human-readable .BF approximation
Last updated
Was this helpful?
About TGE's human-readable .BF approximation
Last updated
Was this helpful?
Flowscript (.FLOW
) is the human-readable script you get by a .BF
file using .
Designed by TGE, it features syntax similar to C, which many users experienced with object-oriented programming should find familiar.
Again-- This guide is geared toward complete beginners. By the end, you should be able to easily create your own scripts, even if you've never programmed before.
You can create a .FLOW
file from scratch by renaming a new text file.
You can also an existing .BF
script to .FLOW
, or vice versa by .
Read on to learn more about what comprises a Flowscript.