• @Ziglin
    link
    473 days ago

    Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash

    • TurboWafflz
      link
      433 days ago

      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")
      ;
      
      • @Ziglin
        link
        22 days ago

        Nasm programmers probably think that is old code that you commented out.

      • @[email protected]
        link
        fedilink
        English
        23 days ago

        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)