Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions not taking string literals #42

Open
Surferlul opened this issue Feb 14, 2021 · 0 comments
Open

Functions not taking string literals #42

Surferlul opened this issue Feb 14, 2021 · 0 comments

Comments

@Surferlul
Copy link

Surferlul commented Feb 14, 2021

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant