File: archtest.wl

package info (click to toggle)
wadc 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,352 kB
  • sloc: java: 3,808; ansic: 1,950; xml: 135; makefile: 67; sh: 34
file content (29 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
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
/*
 * archtest.wl: simple test of WadC's arch() built-in
 * part of WadC
 *
 * Copyright © 2001-2008 Wouter van Oortmerssen
 *
 * Distributed under the terms of the GNU GPL Version 2
 * See file LICENSE.txt
 */

#"standard.h"

main {
  thing
  move(-32)
  unpegged
  arch(64,128,32,128,32,160)
  straight(32)
  arch(128,256,32,256,32,240)
  straight(32)
  arch(64,128,32,128,32,160)
  straight(32)
  left(256)
  left(512)
  straight(128)
  left(256)
  left(32)
  leftsector(0,320,128)
}