about summary refs log tree commit diff stats
path: root/cpp/020call
blob: bcc29b3d301e6c1cf8bdbbbb356a021af65665c3 (plain) (blame)
1
2
3
4
5
6
7
8
:(scenario "calling_recipe")
recipe main [
  f
]
recipe f [
  3:integer <- add 2:literal, 2:literal
]
+mem: storing in location 3