File: insert.sdf

package info (click to toggle)
sdf 2.001%2B1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,140 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (7 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# This file tests the insert macro

# define a variable with an arbitrary name
!define varname "abc"
!insert "define " . &Var("varname") . " 'hello world'"
Variable varname is [[varname]].
Variable abc is [[abc]].