We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Output:
src/main.neva:3:4: Unused inports
Program:
import { fmt } def Main(start any) (stop any) { println fmt.Println<string> fanin fanin // how to define multi inports at here? --- 'hello'->fanin:d1 'world'->fanin:d2 fanin:o1 -> println -> :stop } def fanin(d1 string, d2 string) (o1 string) { ( :d1 + :d2 ) -> :o1 }
Problem:
Thanks @Mr-Ao-Dragon for finding this bug
The text was updated successfully, but these errors were encountered:
emil14
No branches or pull requests
Output:
Program:
Problem:
Thanks @Mr-Ao-Dragon for finding this bug
The text was updated successfully, but these errors were encountered: