From 94edc33c318f60cd7de3ae8537df6eb269fc9deb Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 9 Sep 2022 19:14:48 +0100 Subject: That was incorrect --- language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language.md b/language.md index 2354ae5..63b2b1d 100644 --- a/language.md +++ b/language.md @@ -66,7 +66,7 @@ var ( Variables must be initialized, there are not default values, with the exception of structures that is optional. -Variables can refer to a memory address with `@` operator and the data on that address will be used as initialization: +Variables can refer to a memory address with `@` operator: ``` var p: u8 = @0x8000; -- cgit v1.2.3