You must log in or register to comment.
I realized a while ago that there’s nothing stopping me from writing rust like this
;println!("This is great") ;println!("I think everyone should write rust like this") ;println!("Probably works in most languages that use semicolons") ;
Also a spicial place in hell for you
Can we add the comefrom function too?
hope you don’t forget the semicolon on a line by itself at the end (except in functions where you want to return the value of the last expression)
Nasm programmers probably think that is old code that you commented out.