summaryrefslogtreecommitdiff
path: root/appl/cmd/limbo/lex.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/limbo/lex.b')
-rw-r--r--appl/cmd/limbo/lex.b1
1 files changed, 1 insertions, 0 deletions
diff --git a/appl/cmd/limbo/lex.b b/appl/cmd/limbo/lex.b
index ae87b4a9..0aca4925 100644
--- a/appl/cmd/limbo/lex.b
+++ b/appl/cmd/limbo/lex.b
@@ -95,6 +95,7 @@ keywords := array [] of
Keywd("continue", Lcont),
Keywd("cyclic", Lcyclic),
Keywd("do", Ldo),
+ Keywd("dynamic", Ldynamic),
Keywd("else", Lelse),
Keywd("exception", Lexcept),
Keywd("exit", Lexit),