From 8cba6c3c24c2122c843aa0feaa26fd6e5c2412e2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Mar 2025 17:27:52 -0400 Subject: Deprecate built-in Moment datatype in favor of a `time` module --- docs/README.md | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 4bfc2e1e..0034ab8b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,6 @@ Information about Tomo's built-in types can be found here: - [Arrays](arrays.md) - [Booleans](booleans.md) - [Bytes](bytes.md) -- [Moment](moments.md) - [Enums](enums.md) - [Floating point numbers](nums.md) - [Integers](integers.md) @@ -167,23 +166,3 @@ Nothing, aborts the program. ```tomo fail("Oh no!") ``` - ---- - -### `now` -Gets the current time. This is an alias for `Moment.now()`. - -```tomo -func now(->Moment) -``` - -None. - -**Returns:** -The current moment as a Moment. - -**Example:** -```tomo ->> now() -= Sun Sep 29 20:12:33 2024 -``` -- cgit v1.2.3