Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent behavior of f / x for strings and numbers #303

Closed
buffis opened this issue Feb 22, 2015 · 0 comments
Closed

Inconsistent behavior of f / x for strings and numbers #303

buffis opened this issue Feb 22, 2015 · 0 comments
Labels

Comments

@buffis
Copy link

buffis commented Feb 22, 2015

{:[10=#x;x;(1+#x)#x]}\"A"
("A"
 "AA"
 "AAA"
 "AAAA"
 "AAAAA"
 "AAAAAA"
 "AAAAAAA"
 "AAAAAAAA"
 "AAAAAAAAA"
 "AAAAAAAAAA")
{:[10=#x;x;(1+#x)#x]}/"A"
"AA"      

Expected output: "AAAAAAAAAA" (last of f"A" )

Works for numbers:

{:[x=64;64;x*2]}\2  
 2 4 8 16 32 64
{:[x=64;64;x*2]}/2
 64
@tavmem tavmem added the bug label Feb 22, 2015
@tavmem tavmem closed this as completed in 0241f3e Feb 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants