File: sendstringbackground.tst

package info (click to toggle)
gap-io 4.7.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 772 kB
  • sloc: xml: 2,871; ansic: 2,685; makefile: 36; sh: 6
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
gap> f := IO_File("/dev/null", "w");;
gap> IsBound(HPCGAP) or ForAll([1..3000], x -> IO_SendStringBackground(f, "cheese"));
true
gap> IO_Close(f);
true