buzz
buzz copied to clipboard
Forbid `as` cast that won't ever work
str word = "hello";
int number = word as int; | compile error