Skip to content

How would function calls be differentiated from non-function calls? #424

Answered by TodePond
mybearworld asked this question in Q&A
Discussion options

You must be logged in to vote

This would cause a runtime stack overflow crash.

function foo () => bar()!
function bar () => foo()!

foo()!

As would this:

u foo => bar!
u bar => foo!

foo!

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@vivaansinghvi07
Comment options

Comment options

You must be logged in to vote
3 replies
@vivaansinghvi07
Comment options

@circle-gon
Comment options

@vivaansinghvi07
Comment options

Comment options

You must be logged in to vote
3 replies
@circle-gon
Comment options

@mybearworld
Comment options

@TodePond
Comment options

Answer selected by mybearworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants