feat: introduce pointerof operation
Introduce pointerof operation and do some side-quests along the way. Refs: #34 Closes: #17
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ int main(void) {
|
||||
while (x < y) {
|
||||
x = x + z;
|
||||
}
|
||||
print(x);
|
||||
print(pointerof x);
|
||||
}
|
||||
)";
|
||||
furlang::arena arena{};
|
||||
|
||||
Reference in New Issue
Block a user