aboutsummaryrefslogtreecommitdiff
path: root/frontend/predef.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/predef.icl')
-rw-r--r--frontend/predef.icl5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/predef.icl b/frontend/predef.icl
index 2ae1a83..a1e92a9 100644
--- a/frontend/predef.icl
+++ b/frontend/predef.icl
@@ -77,7 +77,9 @@ PD_variablePlaceholder :== 127
PD_StdDynamics :== 128
PD_undo_indirections :== 129
-PD_NrOfPredefSymbols :== 130
+PD_Start :== 130
+
+PD_NrOfPredefSymbols :== 131
(<<=) infixl
@@ -146,6 +148,7 @@ where
<<- ("_unify", IC_Expression, PD_unify)
<<- ("StdDynamics", IC_Module, PD_StdDynamics)
<<- ("_undo_indirections", IC_Expression, PD_undo_indirections)
+ <<- ("Start", IC_Expression, PD_Start)
MakeTupleConsSymbIndex arity :== arity - 2 + cArity2TupleConsSymbIndex