upon venturing into the unknown realms of CheLang I spotted the following issue.
I coded a simple loop equivalent to the following in Python:
num = input("Do be as kind as to provide me with a num: ")
def curlyHair(n):
while n > 0:
n = n-1
curlyHair(int(num))
# Doesn't return anything, just executes the 'while' loop
# a total of 'num' times, doesn't even modify the global value of 'num'
Let me provide a screenshot of the CheLang/argento translation of said snippet, together with the Console logs:
I should mention that this was the first Error I run into that wasn't addressed by the CheLang interpreter.
Is this an actual bug or am I coding para el carajo?
I can't wait to use a stable version of CheLang. The world will be a better place by then.
My dearest frankdilu,
upon venturing into the unknown realms of CheLang I spotted the following issue.
I coded a simple loop equivalent to the following in Python:
Let me provide a screenshot of the CheLang/argento translation of said snippet, together with the Console logs:
I should mention that this was the first Error I run into that wasn't addressed by the CheLang interpreter.
Is this an actual bug or am I coding para el carajo?
I can't wait to use a stable version of CheLang. The world will be a better place by then.
Ninos()