bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] native function lib_file_io reload not working


From: Elias Mårtenson
Subject: Re: [Bug-apl] native function lib_file_io reload not working
Date: Thu, 8 May 2014 21:01:32 +0800

Is this the standard system we should abide by? To separate the module and function name with ⍙? Are we using ∆ for public functions and ⍙ for private ones? So far I've used ∆∆ (two deltas) as separator for internal functions.

Regards,
Elias


On 8 May 2014 20:56, Juergen Sauermann <address@hidden> wrote:
Hi David,

thanks, fixed in SVN 252.

/// Jürgen



On 05/07/2014 08:53 PM, David B. Lamkins wrote:
       'lib_file_io' ⎕fx 'pkg⍙fileio'
pkg⍙fileio
       )erase pkg⍙fileio
       'lib_file_io' ⎕fx 'pkg⍙fileio'
pkg⍙fileio
       pkg⍙fileio⍬
VALUE ERROR
       pkg⍙fileio⍬
       ^
       






reply via email to

[Prev in Thread] Current Thread [Next in Thread]