mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Stop input on '.'
This commit is contained in:
@@ -21,7 +21,7 @@ void hello() {
|
||||
int index = 0;
|
||||
while (1) {
|
||||
char character = ion_getchar();
|
||||
if (character == 'X') {
|
||||
if (character == '.') {
|
||||
input[index] = 0;
|
||||
index = 0;
|
||||
CreateFromString(input);
|
||||
|
||||
Reference in New Issue
Block a user