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