Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Add 'Function' support #2

Open
sanket143 opened this issue May 10, 2019 · 0 comments
Open

Add 'Function' support #2

sanket143 opened this issue May 10, 2019 · 0 comments
Labels
enhancement New feature or request on hold For later fix

Comments

@sanket143
Copy link
Owner

sanket143 commented May 10, 2019

Function syntax

function foo(int a, int b){
    return a + b;
}

print(foo(1, 2)); # 3
@sanket143 sanket143 added the enhancement New feature or request label May 10, 2019
@sanket143 sanket143 added compiler on hold For later fix and removed compiler labels May 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request on hold For later fix
Projects
None yet
Development

No branches or pull requests

1 participant