diff --git a/changelog.md b/changelog.md index b38f9221..1d0eb3d3 100644 --- a/changelog.md +++ b/changelog.md @@ -45,6 +45,7 @@ This version is not yet released. If you are reading this on the website, then t - Getting the last row of an array is very common - Add experimental subscript modifiers - They modify the behavior of some functions and modifiers + - You can read more about them [here](https://uiua.org/docs/experimental#subscript-modifiers) - Add the experimental [`layout`](https://uiua.org/docs/layout) function, which renders text into an image array - Remove previously deprecated function strands ### Interpreter diff --git a/site/src/other.rs b/site/src/other.rs index fec51f43..1d2b8625 100644 --- a/site/src/other.rs +++ b/site/src/other.rs @@ -511,14 +511,14 @@ pub fn Experimental() -> impl IntoView {

"Uiua has a number of features that are considered experimental. They are available in the interpreter for testing, but may be removed or changed in the future."

"Using experimental features requires an ""# Experimental!"" comment to be placed at the top of a Uiua source file."

-

"Experimental Functions and Modifiers"

+ "Experimental Functions and Modifiers" -

"Subscript Modifiers"

+ "Subscript Modifiers"

"By suffixing some functions or modifiers with a subscript number, their behavior can be modified."

"Subscript numbers are typed with a ""__"" followed by some digits. The formatter will turn them into subscript digit characters."

"The following functions and modifiers are supported:"