Ryss is programming language with syntax inspired by Assembly.
log 'Hello World!'
init firstVariable 'Hello World!'
log firstVariable
Output in both cases is the same Hello World!
Ryss is programming language with syntax inspired by Assembly.
log 'Hello World!'
init firstVariable 'Hello World!'
log firstVariable
Output in both cases is the same Hello World!