aiken-lang 1.1.19

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: crates/aiken-lang/src/tests/format.rs
description: "Code:\n\n// My comment\n//\n// has a newline.\nfn foo() {\n  True\n}\n\n// My comments\n\n// can live apart\nfn bar() {\n  True\n}\n"
---
// My comment
//
// has a newline.
fn foo() {
  True
}

// My comments

// can live apart
fn bar() {
  True
}