Skip to content
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.

Compare
Choose a tag to compare
@shashankbhosagi shashankbhosagi released this 07 Aug 12:20
· 26 commits to main since this release
5074967

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!!!