Ex. ''' scriptcs -exec Console.WriteLine("Hello") ''' Anything after -exec would be the code, thus not requiring escaping quotes. Code should execute immediately in the REPL allowing REPL commands to work.
Ex.
'''
scriptcs -exec Console.WriteLine("Hello")
'''
Anything after -exec would be the code, thus not requiring escaping quotes.
Code should execute immediately in the REPL allowing REPL commands to work.