Vyxal / Vyxal

A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

Home Page:https://vyxal.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Raw Input Element

lyxal opened this issue · comments

commented

There are times where:

a) you need input as a string and not automatically evaluated
b) you can't control the input format
c) you can't use additional flags

Hence a read input raw element is needed.