PreviousUpNext

15.3.489  src/lib/std/src/nj/lib7.api

## lib7.api

# Compiled by:
#     src/lib/std/src/standard-core.sublib


# This api is implemented in:
#
#     src/lib/std/lib7.pkg
#
api  Lib7 {
    #
    include Export;                     # Export        is from   src/lib/std/src/nj/export.api

#    fork_to_disk:  String -> Bool;

#    spawn_to_disk
#        :
#        ( String,
#          ( (String, List String)
#            -> winix_types::process::Status
#          )
#        )
#        ->
#        Void;

/** can't handle this yet **
    my use : String -> Void
**/

    Fragment X = QUOTE  String | ANTIQUOTE  X;

    exception_history:  Exception -> List( String );
};




## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext