Can't return a string #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Code:
Error:
A string is a two-register value (aka tuple/struct) and multi return values aren't implemented yet.
Nonetheless I'll classify this as a bug (high priority) because we need this to work for the upcoming memory instructions.
Ah I see, now I understand why I couldn't get string return values to work in the past days.
Fixed in
cli/q@1e72e444b3.Test is return-string.q.
Unused value (unexpected)to Can't return a stringGreat, thx!