Skip to content

Commit abe2a7b

Browse files
committed
Less space-y
1 parent 79990c0 commit abe2a7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ sidebar_position: 0
44

55
# What is Pluto?
66
Pluto is a superset of Lua 5.4 designed to assist with general-purpose programming & facilitate cleaner, more streamlined development via:
7-
- A [greatly enhanced standard library](<category/runtime-environment>).
8-
- [Pre-existing packages](<Packages#noteworthy-packages-for-pluto>).
7+
- A [greatly enhanced standard library](<category/runtime-environment>) and [pre-existing packages](<Packages#noteworthy-packages-for-pluto>).
98
- More than a dozen highly-desired syntaxes such as [switch statements](<New Features/Switch Blocks>), [compound operators](<New Operators#compound-operators>), [string interpolation](<New Features/String Interpolation>), [classes](<New Features/Object-Oriented Programming#class-statement>), [ternary expressions](<New Features/Ternary Expressions>), [enums](<New Features/Enumerations>), etc.
109
- A myriad of other improvements, such as [generalized iteration](<Qol Improvements/Generalized Iteraction>), [compiler warnings](<New Features/Compiler Warnings>), and a [preprocessor](<New Features/Preprocessing>).
1110

0 commit comments

Comments
 (0)