mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Added IfBranch class
This commit is contained in:
@@ -7,5 +7,10 @@ func main()
|
||||
{
|
||||
int c = add(1, 2)
|
||||
|
||||
return c
|
||||
if (c == 3)
|
||||
{
|
||||
return 1
|
||||
}
|
||||
|
||||
return 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user