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

support variable parameters and printf() sprintf() #15

Merged
merged 6 commits into from
Sep 16, 2022

Commits on Sep 15, 2022

  1. ✨ append(a,4);

    crossoverJie committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    20284d8 View commit details
    Browse the repository at this point in the history
  2. ✨ append(a,4);

    crossoverJie committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f339ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    6f6f181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27183b5 View commit details
    Browse the repository at this point in the history
  3. support printf(string format, any ...a){}

            string sprintf(string format, any ...a){}
    crossoverJie committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    499236a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9abdb6a View commit details
    Browse the repository at this point in the history