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
Copy file name to clipboardExpand all lines: paper.tex
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,8 @@ \subsubsection{Backward Jump}
118
118
QQ.io.stdout "Finished!"
119
119
\end{ffcode}
120
120
121
-
Here, the one-argument abstract atom \ff{goto} is being copied with a one-argument abstract anonymous object, which is a sequence of objects incrementing \ff{i} and then comparing it with the number ten. If the condition is true, \ff{g.backward} is called, which leads to a backward jump and re-iteration of \ff{goto}.
121
+
Here, the one-argument abstract atom \ff{go.to} is being copied with a one-argument abstract anonymous object, which is a sequence of objects incrementing \ff{i} and then comparing it with the number ten.
122
+
If the condition is true, \ff{g.backward} is called, which leads to a backward jump and re-iteration of \ff{go.to}.
Here, the same abstract atom \ff{goto} is copied with an abstract one-argument object that is a sequence of objects.
158
+
Here, the same abstract atom \ff{go.to} is copied with an abstract one-argument object that is a sequence of objects.
158
159
When the condition is true, a forward jump is performed by \ff{g.forward} atom.
159
160
160
-
Similarly, the atom \ff{goto} may be used to simulate other conditional jump statements, like \ff{break}, \ff{continue}, or \ff{return} in the middle of a function body (see \cref{sec:procedures}).
161
+
Similarly, the atom \ff{go.to} may be used to simulate other conditional jump statements, like \ff{break}, \ff{continue}, or \ff{return} in the middle of a function body (see \cref{sec:procedures}).
The dataization of \ff{g.forward} will exit the \ff{goto} object wrapping the entire code in the ``function''\ff{abs}.
236
+
The dataization of \ff{g.forward} will exit the \ff{go.to} object wrapping the entire code in the ``function''\ff{abs}.
236
237
237
238
\subsection{Pointers}
238
239
\label{sec:pointers}
@@ -387,7 +388,7 @@ \subsection{Procedures}
387
388
b
388
389
\end{ffcode}
389
390
390
-
This example also demonstrates how \ff{goto} object can be used to simulate the behavior of the \ff{return} statement from within the body of a method.
391
+
This example also demonstrates how \ff{go.to} object can be used to simulate the behavior of the \ff{return} statement from within the body of a method.
0 commit comments