aboutsummaryrefslogtreecommitdiffhomepage
path: root/client.tes
blob: 0005f54c85820d79cd835a9786d7cbe21d5df7aa (plain)
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
!*
 * SciTECO Applause integration
 *!

! Send command in "applause.output". Used only internally !
@[applause.command]{
  EQ[applause.output]
  Z\ 5-.<I > 10I
  HECsocat -,ignoreeof TCP:127.0.0.1:10000 J
  Z"= Q*U* '
}

! Evaluate command !
@#ae{
  X[applause.output] :M[applause.command]
}

! Show expression output !
@#as{
  ([applause.output]=) :X[applause.output] :M[applause.command]
}

! Play expression/stream !
@#ap{
  X[applause.output] :[applause.output]:play() :M[applause.command]
}