Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MLG360Interpreter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plw1g21
MLG360Interpreter
Commits
46ac50eb
Commit
46ac50eb
authored
2 years ago
by
mhz1g21
Browse files
Options
Downloads
Patches
Plain Diff
a
parent
a2b392fa
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Exam1.txt
+2
-3
2 additions, 3 deletions
Exam1.txt
ExamProg.txt
+2
-2
2 additions, 2 deletions
ExamProg.txt
with
4 additions
and
5 deletions
Exam1.txt
+
2
−
3
View file @
46ac50eb
t1 = tile1;
t2 = tile2;
repeatH 2 {
joinH t1 t2;
repeatV 2 {
repeatH 32 {
repeatV 32 {
joinV t1 t2;
};
};
...
...
This diff is collapsed.
Click to expand it.
ExamProg.txt
+
2
−
2
View file @
46ac50eb
...
...
@@ -3,10 +3,10 @@ t2 = tile2;
repeatH 32 {
repeatV 32 {
J
oinV t1 t2;
j
oinV t1 t2;
};
repeatH 32 {
J
oinH t1 t2;
j
oinH t1 t2;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment