Sharp is a programming language made to be used for SharpOS, an OS me and @YC72909 are working on. Right now, only two features have been added, variables and print statements. To declare a variable, use: var name value and to print strings, integers, or variables, use: print "string" OR print 10 OR print name To run the code, type in "-r code"
All code was made by me. Changelog: Format: mm/dd/yyyy v1 (02/15/2023) - First version includes variables and print statements.