From e422079fcced744e3a6247aeb12a09a658989072 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 15 Sep 2024 15:33:47 -0400 Subject: Add a Byte datatype --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 763f863a..642293ce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -76,7 +76,7 @@ Exits the program with a given status and optionally prints a message. **Usage:** ```markdown -ask(message:Text = "", status:Int32 = 0_i32) -> Void +ask(message:Text = "", status:Int32 = 0[32]) -> Void ``` **Parameters:** -- cgit v1.2.3