Skip to main content
edited body
Source Link
Nick Kennedy
  • 21.2k
  • 3
  • 18
  • 44

R, 14 bytes

scan()#()(nacs- 

Try it online!Try it online!

A full program that reads a number, or reads and negates a number. The reverse functionality is protected by an inline comment

R, 14 bytes

scan()#()nacs- 

Try it online!

A full program that reads a number, or reads and negates a number. The reverse functionality is protected by an inline comment

R, 14 bytes

scan()#)(nacs- 

Try it online!

A full program that reads a number, or reads and negates a number. The reverse functionality is protected by an inline comment

Source Link
Nick Kennedy
  • 21.2k
  • 3
  • 18
  • 44

R, 14 bytes

scan()#()nacs- 

Try it online!

A full program that reads a number, or reads and negates a number. The reverse functionality is protected by an inline comment