-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
As a python user I don't know how to run my "hello world!" in erg #31
Comments
Well that was easy, I had to just type |
To start REPL, simply type: > erg
> erg
Starting the REPL server...
Connecting to the REPL server...
Erg interpreter 0.2.4 (tags/?:, 2022/08/17 0:55:12.95) on x86_64/windows
>>> After that, it is the same as the Python REPL. Or you can compile from a file. > 'print! "hello, world!"' >> hello.er
> erg hello.er
hello, world! |
I would like to add this to the document later. |
I can open a pull request if that's something ok with you? |
Thank you! Please. |
Hello, sir I am interested in solving this issue. so please assign to me this issue. |
Now, What should I do? |
Please add this to the syntax/00_basic.md. |
After |
In which code actor this code is to be typed and run.
Please sir, Can you share me which steps to follow?
…On Wed, 17 Aug, 2022, 11:00 am Shunsuke Shibayama, ***@***.***> wrote:
After ## Script, add a section name such as ## REPL/File execution.
—
Reply to this email directly, view it on GitHub
<#31 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2NBI6DP3WXNRD2Z4GPTMWLVZR2GLANCNFSM56WPFSCA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I will write instructions. Please wait. |
This issue is a documentation improvement. Please follow the instructions below to rewrite the documentation. Here is how to do it using GitHub desktop. If you can use git, you don't have to use it. It is also quite carefully written for those who would like to contribute to this project in the future.
|
I just installed it locally. Now I don't know how can I play around with it.
The text was updated successfully, but these errors were encountered: