Black Jack App, Excluding through a Boolean variable

Are You trying to implement
“BlackJack Rules for Dealers” from blackjack.org
as an algorithm for computer processing ?
as well as “Basic Table Rules” ??

Oh wow super cool that so many people replied and I totally missed it… Here is the solution I made. The pictures are a bit cut of, but I think you will get what I am doing.I thought I would share my progress so far with you.
At the moment I am integrating the money aspect and to make it more realistic I wanted to make an array with the numbers (cards) so that the player will not always become the Int.random(in 1…11) numbers haha.
Special thanks to you Chris for taking the time and making a video!!!