FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lpython/tests/expr10.py at main · Smit-create/lpython · GitHub
Smit-create
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lpython
/
tests
/
expr10.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (25 loc) · 401 Bytes
Breadcrumbs
lpython
/
tests
/
expr10.py
Copy path
File metadata and controls
28 lines (25 loc) · 401 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
def
test_UnaryOp
():
a
:
i32
a
=
+
4
a
=
-
500
a
=
~
5
a
=
not
5
a
=
not
-
1
a
=
not
0
f
:
f32
f
=
+
1.0
f
=
-
183745.534
b1
:
bool
b2
:
bool
b3
:
bool
b1
=
True
b2
=
not
False
b3
=
not
b2
a
=
+
True
a
=
-
False
a
=
~
True
c
:
c32
c
=
+
complex
(
1
,
2
)
c
=
-
complex
(
3
,
65.0
)
b1
=
not
complex
(
3
,
4
)
b2
=
not
complex
(
0
,
0
)
Back
|
FazBrowse Home
|
New Git URL