rockstar-py
rockstar-py copied to clipboard
Functions not taking string literals
example:
Example takes test
Give back test
Say My Logf Ext taking "test"
File ".default.py", line 3
print(My_Logf_Ext taking "test)
^
SyntaxError: invalid syntax
transpiled code:
def Example(test):
return test
print(My_Logf_Ext taking "test)