Skip to content

Commit 75c2a70

Browse files
Update str.md
1 parent 85c32e3 commit 75c2a70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Julia/str.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: String
44
sidebar_label: Julia String
55
sidebar_position: 4
66
tags: [Julia, String,Raw Strings]
7-
description: "Strings in Julia are sequences of characters enclosed in double quotes (") or triple quotes ("""). Here's an overview of some basic operations and examples".
87
---
98

109
Julia is a high-level, high-performance dynamic programming language for technical computing. It is known for its speed, simplicity, and strong support for numerical computation and data science. Strings in Julia are sequences of characters enclosed in double quotes (`" "`).

0 commit comments

Comments
 (0)