diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-15 16:42:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-15 16:42:53 -0400 |
| commit | af7af923366fe116019e50785e56def172a6a1ab (patch) | |
| tree | bd5facb3ac707fb8ee0f0d261f4d601accff9ede /spec | |
| parent | c3bb2309bdfd8598a2c71fa66c95543fb70ca9c1 (diff) | |
Change •file.At to not resolve 𝕨 in JS and spec, matching CBQN
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/system.md b/spec/system.md index 65cd722d..f43e20f4 100644 --- a/spec/system.md +++ b/spec/system.md @@ -83,7 +83,7 @@ The following functions manipulate paths and don't access files. Each takes a re | Name | Summary |-------------|-------------------------- | `path` | Path of this source file, that is, `•path` -| `At` | Absolute path of file, with optional base `𝕨` +| `At` | Join base path `𝕨`, or `•path` if not given, to `𝕩` | `Name` | File name including extension | `Parent` | Path of the containing directory, with trailing backslash | `BaseName` | File name, with dot and extension removed |
