From 9d20221c5279409da5541a9b15307f3abb4ab256 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Thu, 4 Aug 2022 16:05:27 +0400 Subject: [PATCH] Update the entire list of keywords in sophia syntax doc --- docs/sophia_syntax.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sophia_syntax.md b/docs/sophia_syntax.md index c89cc0f..bc34346 100644 --- a/docs/sophia_syntax.md +++ b/docs/sophia_syntax.md @@ -10,8 +10,9 @@ and `*/` and can be nested. ### Keywords ``` -contract elif else entrypoint false function if import include let mod namespace -private payable stateful switch true type record datatype main interface using +contract include let switch type record datatype if elif else function +stateful payable true false mod public entrypoint private indexed namespace +interface main using as for hiding ``` ### Tokens