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

関数の引数の型があるとき、正しく関数が処理されない #26

Open
kujirahand opened this issue Dec 19, 2023 · 0 comments

Comments

@kujirahand
Copy link
Owner

以下のようなコードで、Leが空になる。

Function C(STR Le){ 
	Print(Le)
	Str _CHORD = {'c*e*g*'}; 
	_CHORD = _CHORD + Le; 
	Print(_CHORD)
	_CHORD;
}

l8 [2 C{8} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant