From f057feea62b26bf11297c1cc87274681100d7794 Mon Sep 17 00:00:00 2001 From: RedoC-github Date: Wed, 4 Oct 2023 16:45:44 +0900 Subject: [PATCH] v0.2 grammar --- doc/grammar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/grammar.md b/doc/grammar.md index e5a4583..7a9fd75 100644 --- a/doc/grammar.md +++ b/doc/grammar.md @@ -1,4 +1,4 @@ -# Official Wopslang Language Reference `v0.1` +# Official Wopslang Language Reference `v0.2` ## Index @@ -43,7 +43,7 @@ ## Introduction -It is the official Wopslang language reference for v0.1 alpha. +It is the official Wopslang language reference for v0.2 alpha. Because this version is a test version, so lots of stuff in here can be changed. Of course, lots of new grammar can be added to Wopslang. So, make sure to check this page when you updated Wopslang to the newest version. @@ -588,7 +588,7 @@ ContinueStmt = "continue" . ## Builtin Functions -> Note: there are only four basic functions in Wopslang v0.1. We'll add more function very soon. +> Note: there are only four basic functions in Wopslang v0.2. We'll add more function very soon. Redirect to [here][ext-link-1]