Replies: 1 comment
-
The difference is that It has some weird scoping rules as well, so you can capture the result of a function that outputs via a pointer and only have the variable live within the if-scope. It is usually a bad idea to use it.
which is the same as
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find anything about them in the document!
Update:
undef
is there: https://github.com/AdeptLanguage/Adept#undef-keyword, what aboutdef
?Beta Was this translation helpful? Give feedback.
All reactions