mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
{
|
|
let x, y, z
|
|
let a
|
|
let b
|
|
}
|
|
// ----
|
|
// varDeclInitializer
|
|
// {
|
|
// let x := 0
|
|
// let y := 0
|
|
// let z := 0
|
|
// let a := 0
|
|
// let b := 0
|
|
// }
|