Skip to content

v1.1.0 - Add Command Chaining

Latest
Compare
Choose a tag to compare
@nathanrpage97 nathanrpage97 released this 25 Dec 00:50
97f54dc

Add command chaining to shorten writing code

Old

ftable:print_ln("test")
ftable:print_ln("test2")

New

ftable:print_ln("test"):print_ln("test2")