diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-17 23:24:52 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-17 23:24:52 -0700 |
commit | 7284d503f67572dab678f68e5635c471a9d53480 (patch) | |
tree | 292b611d694da66c1a881ed11662cf9b0ee64610 /cpp/031address | |
parent | b3cdcdd44f6b8db053e4814351fbf04fefb7d7cf (diff) | |
download | mu-7284d503f67572dab678f68e5635c471a9d53480.tar.gz |
1094 - demarcate sections in layers
We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous.
Diffstat (limited to 'cpp/031address')
-rw-r--r-- | cpp/031address | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/031address b/cpp/031address index e3f31869..e31ae67d 100644 --- a/cpp/031address +++ b/cpp/031address @@ -75,7 +75,7 @@ reagent deref(reagent x) { return result; } -//: 'get' can read from container address +//:: 'get' can read from container address :(scenario "get_indirect") recipe main [ 1:integer <- copy 2:literal |