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

Online Tutorialのバグ(version違い?) #280

Open
somisawa opened this issue Aug 11, 2023 · 0 comments
Open

Online Tutorialのバグ(version違い?) #280

somisawa opened this issue Aug 11, 2023 · 0 comments

Comments

@somisawa
Copy link

さっき入門しました。Section 2において

====================
We can bind a value to a variable using ":=" (not "=").

Examples:
  x := 10
  x
  y := 1 + x
  y
====================
> x := 10
Parse error at: egison:2:3:
  |
2 | x := 10
  |   ^
unexpected ':'
expecting "...", "where", '`', atomic expression, end of input, index, or infix

となります。他のドキュメントを見ると正しくはdef x := 2で動作しました。

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