File: code.ys

package info (click to toggle)
yacas 1.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,288 kB
  • sloc: cpp: 14,980; python: 401; makefile: 161; sh: 118; xml: 78
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/// stuff related to input-output during interactive sessions

/// simple prettyprinter
Use("io.rep/print.ys");

/// global error reporting and handling
Use("io.rep/errors.ys");

/// ascii formula prettyprinter
Use("io.rep/formula.ys");