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

Can´t access variables from file in function #26

Closed
Azer0s opened this issue Aug 21, 2017 · 0 comments
Closed

Can´t access variables from file in function #26

Azer0s opened this issue Aug 21, 2017 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@Azer0s
Copy link
Owner

Azer0s commented Aug 21, 2017

c as word closed = 'Hello world'
fib:[1,1]
func fib[num a, num b]
	out:c
	asLongAs[true]
		out:a
		out:b

		a = $a + $b
		b = $a + $b

		case[$a bigger 10000]
		put a
		endCase
	endAsLongAs
endfunc

Throws an exception because of out:c

@Azer0s Azer0s added the bug label Aug 21, 2017
@Azer0s Azer0s added this to the Alpha 0.1 milestone Aug 21, 2017
@Azer0s Azer0s self-assigned this Aug 21, 2017
@Azer0s Azer0s closed this as completed in 2154996 Aug 21, 2017
@Azer0s Azer0s added this to Fixed bugs in Hades Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Hades
Fixed bugs
Development

No branches or pull requests

1 participant