It makes perfect sense in maths
X=X+1
Work out x
2x=1
X=0.5
2024-05-09 15:45:43
3
Sand :
wouldnt x=x++ be better if x=x+1
2024-05-08 03:32:18
2103
nin :
x+1=x
x+1-x =0
1=0
so this is completely wrong in math
2024-05-10 06:49:50
621
Someone :
It's because "=" is "write" operation.
it would be correct to utilize "==", "compare" operation what is similar to "=" in math
2024-05-06 22:47:58
37
Luka :
basically it means that it loops and just adds one to that same number over and over and over, im not a programmer, but i am studying to becone one
2024-05-09 14:01:34
1
Hoky :
x=x+1
x=hello world
2024-05-09 10:17:43
194
Phantom XIX :
hear me out (python cuz I no no wanna do another language):
x = "3"
x = x + "2"
y = "10"
y = y + x
y = "1032"
2024-05-08 05:03:36
308
NASAcat3 :
that can't be simplified
x=x+1
-x -x
0=1
no solution
2024-05-10 01:53:14
1
Ale Coc :
in python x+=1
2025-09-22 17:33:05
1
average_food_eater :
hear me out…. x += 1
2024-10-21 20:46:19
138
•●◉☆﹆༺օքɦɛʟɨǟ•ɮʀɛǟʍƈօʀɛ༻ଘ☆◉●• :
My calculator say “Syntax Error”😭
2024-05-07 12:52:54
171
IRFAN :
whos think2x=1😌
2024-05-09 14:05:58
0
tonizamour :
In math its xnext=xstart+1 or x1=x0+1
2024-05-13 19:24:42
0
𝐌𝐚𝐫𝐦𝐚𝐫𝐚𝐬 :
explanation: x is a variable that was renewed example:
x = 5
x = x+1
2024-05-06 13:08:51
14
. :
it's cause when you need to add a value to something(saying this as a Roblox scripter with no other experiences in other programming languages except Lua) you can either add it by using X = X +1 or -
2025-01-26 22:51:50
0
🪼 LBBH 🪽 :
what does this mean in lua
2024-06-01 05:27:15
1
heavenly :
Shouldnt ut be x += 1? Or am i thinking of the wrong operation
2024-05-06 14:59:56
4
htttps :
x+=1
2024-09-24 14:48:56
2
Abel :
x+=1
2024-08-29 20:53:19
0
To see more videos from user @ericthecoder, please go to the Tikwm
homepage.