Skip to content

Space insensitive function calling #2

Description

@lines-of-codes

Space insensitive function calling.
In the old days of StoryScript, or the current day of this Transpiler, You need to have a space between the function name and the argument lists.
For example: print("Hello, world!") is invalid, and is needed to be print ("Hello, world!")
But now in StoryScript (Interpreter version), that has been changed.
You can now do both print("Hello, world!") and print ("Hello, world!")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions