Update the entire list of keywords in sophia syntax doc

This commit is contained in:
Gaith Hallak 2022-08-04 16:05:27 +04:00
parent bb137ae642
commit 9d20221c52

View File

@ -10,8 +10,9 @@ and `*/` and can be nested.
### Keywords ### Keywords
``` ```
contract elif else entrypoint false function if import include let mod namespace contract include let switch type record datatype if elif else function
private payable stateful switch true type record datatype main interface using stateful payable true false mod public entrypoint private indexed namespace
interface main using as for hiding
``` ```
### Tokens ### Tokens