You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
====================We can bind a value to a variable using ":=" (not"=").Examples:
x :=10
x
y :=1+ x
y
====================> x :=10Parseerror at: egison:2:3:|2| x :=10|^
unexpected ':'
expecting "...", "where", '`', atomic expression, end of input, index, orinfix
となります。他のドキュメントを見ると正しくはdef x := 2で動作しました。
The text was updated successfully, but these errors were encountered:
さっき入門しました。Section 2において
となります。他のドキュメントを見ると正しくはdef x := 2で動作しました。
The text was updated successfully, but these errors were encountered: