aiken-lang 1.1.19

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: crates/aiken-lang/src/tests/format.rs
description: "Code:\n\nconst a = 0xa\nconst b = 0x0f\nconst c = 0x0000000f\nconst d = 0x123\n"
---
const a = 0xa

const b = 0xf

const c = 0xf

const d = 0x123