This repository was archived by the owner on Oct 13, 2024. It is now read-only.
Introducing the new way to declare string in AssembleScript.
Release Description
- Introducing a new way to declare strings in AssembleScript (now declare strings with single quotes.)
newAvenger name = 'Iron Man';
vision(name); #op : Iron Man
🛡️ Happy Coding!!!