Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion a.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ int main(int c,char**v){u r=2==c; //!< entry point: r=0 is rep
x(e(l), //!< else, evaluate buffer b[] and put result into x, then:
58==l[1]?x //!< if b starts with a global assignment e.g. a:7, suppress output and cycle repl.
:_x(W(x)));} //!< otherwise, pretty print evaluation result to stdout, then cycle repl.
R free(l),fclose(t),0;} //!< in c, return value of main() is the exit code of the process, 0 is success.
if(t)fclose(t);
R free(l),0;} //!< in c, return value of main() is the exit code of the process, 0 is success.

//:~