aboutsummaryrefslogtreecommitdiffhomepage
path: root/client.tes
blob: 77db8abac3bf92fb9749081c66c878ec94d4f7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
! Applause client: Evaluate command !
@#ae{
  X[applause.output]
  EQ[applause.output]
  Z\ 5-.<I > 10I
  HECnc 127.0.0.1 10000 J
  Z"= Q*U* '
}

! Print command !
@#ap{
  X[applause.output]
  EQ[applause.output]
  I= R
  Z\ 5-.<I > 10I
  HECnc 127.0.0.1 10000 J
  Z"= Q*U* '
}