Add ex066, the first comptime explanation

This commit is contained in:
Dave Gauer
2021-04-13 20:47:05 -04:00
parent e933c8efe1
commit e23eba236a
3 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
65,66c65,66
< var var_int = 12345;
< var var_float = 987.654;
---
> var var_int: u32 = 12345;
> var var_float: f32 = 987.654;