File: predefine.cfdg

package info (click to toggle)
contextfree 3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,260 kB
  • sloc: cpp: 37,992; lex: 414; makefile: 123; sh: 43; python: 34
file content (14 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
startshape scene

ashape = CIRCLE

avar = 4

amod = [b 0.5]

afunc(n) = n*2

shape scene
{
    ashape[s afunc(0.5) avar trans amod]
}