diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-01-19 17:11:31 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-01-19 17:11:31 +0800 |
| commit | ccfe66f87663e10603e453f02894bb82dd23c93b (patch) | |
| tree | 78f90066a182978bd74218440d13bd3a4dd1d269 /src/yue.cpp | |
| parent | 8a01e9c4ec201ad7079f6863c9236851d162b864 (diff) | |
| download | yuescript-ccfe66f87663e10603e453f02894bb82dd23c93b.tar.gz yuescript-ccfe66f87663e10603e453f02894bb82dd23c93b.tar.bz2 yuescript-ccfe66f87663e10603e453f02894bb82dd23c93b.zip | |
Made `;` work as statements separator.
Diffstat (limited to 'src/yue.cpp')
| -rw-r--r-- | src/yue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yue.cpp b/src/yue.cpp index b93f75e..2722c55 100644 --- a/src/yue.cpp +++ b/src/yue.cpp | |||
| @@ -341,7 +341,7 @@ int main(int narg, const char** args) { | |||
| 341 | " -- Read from standard in, print to standard out\n" | 341 | " -- Read from standard in, print to standard out\n" |
| 342 | " (Must be first and only argument)\n\n" | 342 | " (Must be first and only argument)\n\n" |
| 343 | " --target=version Specify the Lua version that codes will be generated to\n" | 343 | " --target=version Specify the Lua version that codes will be generated to\n" |
| 344 | " (version can only be 5.1, 5.2, 5.3 or 5.4)\n" | 344 | " (version can only be 5.1 to 5.5)\n" |
| 345 | " --path=path_str Append an extra Lua search path string to package.path\n\n" | 345 | " --path=path_str Append an extra Lua search path string to package.path\n\n" |
| 346 | " Execute without options to enter REPL, type symbol '$'\n" | 346 | " Execute without options to enter REPL, type symbol '$'\n" |
| 347 | " in a single line to start/stop multi-line mode\n" | 347 | " in a single line to start/stop multi-line mode\n" |
