mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-12 06:58:22 -05:00
9 lines
92 B
TypeScript
9 lines
92 B
TypeScript
//! test_output(-4)
|
|
|
|
export default function () {
|
|
return y;
|
|
}
|
|
|
|
const x = 3;
|
|
const y = ~x;
|