about summary refs log tree commit diff stats
path: root/counters.mu
blob: ba8c904ffb0a2d8eea7e69c8b91f06a85a203541 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# example program: maintain multiple counters with isolated lexical scopes
# (spaces)

recipe new-counter [
  default-space:address:array:location <- new location:type, 30:literal
  n:number <- next-ingredient
  reply default-space:address:array:location
]

recipe increment-counter [
  default-space:address:array:location <- new location:type, 30:literal
  0:address:array:location/names:new-counter <- next-ingredient  # setup outer space; it *must* come from 'new-counter'
  x:number <- next-ingredient
  n:number/space:1 <- add n:number/space:1, x:number
  reply n:number/space:1
]

recipe main [
  default-space:address:array:location <- new location:type, 30:literal
  # counter A
  a:address:array:location <- new-counter 34:literal
  # counter B
  b:address:array:location <- new-counter 23:literal
  # increment both by 2 but in different ways
  increment-counter a:address:array:location, 1:literal
  b-value:number <- increment-counter b:address:array:location, 2:literal
  a-value:number <- increment-counter a:address:array:location, 1:literal
  # check results
  $print [Contents of counters
]
  # trailing space in next line is to help with syntax highlighting
  $print [a: ], a-value:number, [ b: ], b-value:number, [ 
]
]
">i)); } } } } void populate_value(reagent& r) { if (r.initialized) return; if (!is_integer(r.name)) return; r.set_value(to_integer(r.name)); } lass="o">** state) { cmd_pgp_start_shows_message_when_no_arg_in_wintype(WIN_XML); } #else void cmd_pgp_shows_message_when_pgp_unsupported(void** state) { gchar* args[] = { "gen", NULL }; expect_cons_show("This version of Profanity has not been built with PGP support enabled"); gboolean result = cmd_pgp(NULL, CMD_PGP, args); assert_true(result); } #endif